home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / dolmorph / src / yabout.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-07  |  515 b   |  27 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    idAboutDlg = -1 ;
  10. int    idAboutDlgOver = -1 ;
  11. int    idAboutFrameDBtn = -1 ;
  12. int    idAboutTitleIcon = -1 ;
  13. int    idAboutOkDBtn = -1 ;
  14. int    idAboutFreeMsg = -1 ;
  15.  
  16. /*    initDataZABOUT:idAboutOkDBtn:MJ_DBUTTONL40の呼び出し関数    */
  17. int    AboutOkDBtnFunc(kobj, messId, argc, pev, trigger)
  18. int        kobj ;
  19. int        messId ;
  20. int        argc ;
  21. EVENT    *pev ;
  22. int        trigger ;
  23. {
  24.     return NOERR ;
  25. }
  26.  
  27.